subprogram parameter

网络  子程序参数

计算机



双语例句

  1. Then, according to the subprogram call graphs, we compute dependence relationships among formal parameters of subprograms i.e. the parameter dependence sets.
    然后,结合子程序调用图分析子程序参数间的依赖关系;
  2. The side effect of the subprogram is produced by using public variable, or static variable, or pointer parameter in C Program.
    在C语言子程序中由于使用了全局变量,或是使用了静态变量,或是使用了指针参数,从而产生副作用。